-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZombieZilla's Platinum Group elements processing chain #1000
base: master-ceu
Are you sure you want to change the base?
Conversation
a18e154
to
00e6e68
Compare
00e6e68
to
c1c4c43
Compare
…mmetry into ZombieZilla-pgm
1000 wow |
shifted the material id in |
|
||
// crystallisation step makes a nickel-cobalt solution and leaves behind an iron sulfate mother liquor | ||
CRYSTALLIZER.recipeBuilder() | ||
.fluidInputs(fluid('impure_nickel_sulfate')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These have to be in full buckets.
@@ -510,8 +510,41 @@ class SuSyMaterials { | |||
public static Material PolluciteLeach; | |||
public static Material CaesiumRubidiumAlumMixture; | |||
public static Material NetherMolecularSieve; | |||
public static Material GreenMatte; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before I can hope to put this in-game, these have to be all localized.
No description provided.